;;; QQ: 67762207
[@main]
#IF
checkPKpoint 2
#SAY
_I see you in learning martial arts, first learn to have an honest heart. \ \
_<Close/@exit>
#ELSESAY
_Every time I see martial arts sophisticated young man, I feel I've done something valuable, ha ha, you come to me what your do? \ \
_With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Close/@exit>

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0
#ACT
Mov D0 1

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \

#IF
!Equal D0 1
#ACT
goto @ NoQuest_Say
break


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest \ QT_NPCSetting.txt] @ NPCSetDairyQuest


[@NoQuest_Say]

#SAY
_Although the strong vitality of soldiers, but if negligence on skills practice, it can not reflect the merits of his, so committed to improving the skill bar. \ \
_<Close/@exit>


[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207 